home *** CD-ROM | disk | FTP | other *** search
- head 1.2;
- branch ;
- access ;
- symbols ;
- locks ; strict;
- comment @ * @;
-
-
- 1.2
- date 88.11.17.20.52.30; author adam; state Exp;
- branches ;
- next ;
-
-
- desc
- @@
-
-
-
- 1.2
- log
- @checked in with -k by kupfer at 92.05.18.17.32.37.
- @
- text
- @/*-
- * lstFake.c --
- * This is a file whose sole purpose is to force ranlib to
- * place enough entries in the library's table of contents to
- * prevent it (the table of contents) from looking like an object
- * file. As of this writing, the table had 0410 (shared text) entries
- * in it, so we define five junk variables to up the number beyond
- * the range of the magic numbers.
- *
- * Copyright (c) 1988 by the Regents of the University of California
- *
- * Permission to use, copy, modify, and distribute this
- * software and its documentation for any purpose and without
- * fee is hereby granted, provided that the above copyright
- * notice appears in all copies. The University of California nor
- * Adam de Boor makes any representations about the suitability of this
- * software for any purpose. It is provided "as is" without
- * express or implied warranty.
- *
- *
- */
- #ifndef lint
- static char *rcsid =
- "$Id: lstFake.c,v 1.2 88/11/17 20:52:30 adam Exp $ SPRITE (Berkeley)";
- #endif lint
-
- int _junk_one__ = 1;
- int _junk_two__ = 2;
- int _junk_three__ = 3;
- int _junk_four__ = 4;
- int _junk_five__ = 5;
- @
-